table of contents
xfs_mkfile(8) | System Manager's Manual | xfs_mkfile(8) |
NAME¶
xfs_mkfile - create an XFS file
SYNOPSIS¶
xfs_mkfile [ -v ] [ -n ] size[k|b|m|g] filename ...
DESCRIPTION¶
xfs_mkfile creates one or more files. The file is padded with zeroes by default. The default size is in bytes, but it can be flagged as kilobytes, blocks, megabytes, or gigabytes with the k, b, m, or g suffixes, respectively.